From df4a46babba196fbbd32a142e34db8837e584196 Mon Sep 17 00:00:00 2001 From: "tw275@labyrinth.cl.cam.ac.uk" Date: Wed, 28 Jul 2004 12:23:54 +0000 Subject: [PATCH] bitkeeper revision 1.1108.30.2 (41079adaq81cjx0MY5yfLPb2Q1tVKw) Fixed little problem, no biggie --- tools/python/xen/sv/Wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/sv/Wizard.py b/tools/python/xen/sv/Wizard.py index eaec7592b6..b9436d0ba1 100755 --- a/tools/python/xen/sv/Wizard.py +++ b/tools/python/xen/sv/Wizard.py @@ -4,7 +4,7 @@ from xen.xend import sxp DEBUG = 1 -class Wizzard( HTMLBase ): +class Wizard( HTMLBase ): def __init__( self, urlWriter, title, sheets ): HTMLBase.__init__( self ) -- 2.30.2